home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex / base / patches.txt < prev    next >
Text File  |  1994-12-17  |  2KB  |  78 lines

  1.                         LaTeX Patches Guide
  2.                       
  3.                          21 November 1994  
  4.  
  5.                            
  6. This document describes the procedure by which changes to the LaTeX
  7. distribution in between the six-monthly releases will be made.
  8.  
  9. Such changes will be made only when major problems are discovered and
  10. fixed.  Other changes will only be made twice a year, in June and
  11. December.
  12.  
  13. Changes which affect the file latex.ltx, and hence the format, are
  14. called `patches to the LaTeX kernel': this concept is described in
  15. detail below.  The changes of this type are described briefly at the
  16. end of this file, in chronological order.
  17.  
  18. All changes to all files should be listed, in reverse-time order, in
  19. the files called changes.txt: there is one in each distribution
  20. subdirectory.
  21.  
  22.  
  23. Patches to the LaTeX kernel dated <1994/12/01>
  24. ==============================================
  25.  
  26. New releases of LaTeX will occur at six-monthly intervals, in June and
  27. December.  Between these releases it may be necessary to make small
  28. updates to fix major problems.
  29.  
  30. We have made it relatively easy to install updates that affect only
  31. the format---by placing all these changes in one file, called
  32. ltpatch.ltx.
  33.  
  34. In order to update your LaTeX format you should put 
  35. ltpatch.ltx where it can be read by iniTeX and then run iniTeX on
  36. latex.ltx.  You do not need to unpack the latex sources again.
  37.  
  38. In this run of iniTeX, the file ltpatch.ltx (if it exists) will be
  39. read just before the format file is `dumped'.  This will correct any
  40. bugs and it will modify the opening banner of LaTeX: for example,
  41. from:
  42.  
  43. LaTeX2e <1994/12/01>
  44.  
  45. to:
  46.  
  47. LaTeX2e <1994/12/01> patch level 1
  48.  
  49.  
  50. Other changes
  51. =============
  52.  
  53. Note that ltpatch.ltx fixes only bugs that are present in the LaTeX
  54. format.  Problems in packages, classes and other files will be fixed
  55. by re-issuing the appropriate files, some of which may need to be
  56. unpacked.
  57.  
  58.  
  59. Changes to the kernel in LaTeX2e <1994/06/01> patch level 1
  60. -----------------------------------------------------------
  61. (1994/12/01)
  62.  
  63. %%% pr/627 T1 breaks german 2.4a
  64. %%%        until german.sty and friend are updated we force
  65. %%%        reinitialisations of the \" accent
  66.  
  67.  
  68. Changes to non-kernel files in LaTeX <1994/12/01>
  69. --------------------------------------------------
  70.  
  71. To activate the non-kernel updates you have to retrieve the
  72. .dtx files and unpack them with their corresponding .ins files
  73.  
  74.  
  75.  
  76. --- Copyright 1994 the LaTeX3 project.  All rights reserved ---
  77.  
  78.